Use scipy.special not scipy.misc
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Tue, 4 Feb 2020 00:34:03 +0000 (00:34 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 4 Feb 2020 00:34:03 +0000 (00:34 +0000)
commit007eef7a59ef44e68f57a933b317467dd924be2e
tree462fbbc7b74eeab637340ae547797305ce95a3e7
parentfe1fbac26bc24a63bf070c39ddf8d78c8dc823a2
Use scipy.special not scipy.misc

factorial, comb and logsumexp have been moved: trying to import them
from the old location is an error in scipy 1.3+.
https://ci.debian.net/data/autopkgtest/unstable/amd64/s/statsmodels/2949940/log.gz

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: accepted https://github.com/statsmodels/statsmodels/pull/6164

Gbp-Pq: Name scipy13_compat.patch
examples/python/discrete_choice_example.py
statsmodels/distributions/edgeworth.py
statsmodels/sandbox/infotheo.py